Adwaita: error labels insensitive & backdrop states
authorJakub Steiner <jimmac@gmail.com>
Mon, 17 Aug 2020 08:00:29 +0000 (10:00 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 22 Aug 2020 14:14:11 +0000 (10:14 -0400)
- address colored labels for the two states

See https://gitlab.gnome.org/GNOME/gtk/-/issues/3063#note_891618

gtk/theme/Adwaita/_common.scss

index a4783877f183b5b6120ab664d424aaeb0ff5e3f5..8ab52c80108590ee1228e16611413e03811eb6ac 100644 (file)
@@ -180,7 +180,7 @@ label {
 
   &.error {
    color: $error_color;
-   &:disabled { color: $insensitive_fg_color; }
+   &:disabled { color: transparentize($error_color,0.5); }
   }
 }